home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / dbmsa / jun96 / goraf101.gif < prev    next >
Graphics Interchange Format  |  1996-11-15  |  32KB  |  343x259  |  4-bit (16 colors)
Labels: text | screenshot | font | yellow
OCR: {Person) Course consists of Student contains Section teaches Is enrolled in Faculty Figure 1. Abstract and concrete classes using all three relationship types. Person is an abstract class (as indicated by the braces), while all the other classes are concrete. Student and Faculty classes are inherited from Person, while the relationship between Course and Section is aggregation. Faculty and Student have association relationships with Section.